←Select platform

IsViewRegistered<V> Method

Summary

Returns a value that indicates if the provided view type is registered.

Syntax

C#
VB
C++
public bool IsViewRegistered<V>() 
  
Public Function IsViewRegistered(Of V)() As Boolean 
public: 
bool IsViewRegisteredgeneric<typename V> 
();  

Type Parameters

V
The view type.

Return Value

true if a view with the given type is registered; otherwise, it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly